Remove duplicate definition of GtkStylePrintFunc
authorChristophe Fergeau <cfergeau@redhat.com>
Wed, 11 Jan 2012 12:10:06 +0000 (13:10 +0100)
committerChristophe Fergeau <cfergeau@redhat.com>
Wed, 11 Jan 2012 12:10:28 +0000 (13:10 +0100)
gtk/gtkcssstylefuncs.c

index 5f4893b991d6a5b1d9c931317ee3667ac728bc46..5184b526c54cd0741714d5013fae04cee8eda686 100644 (file)
@@ -55,8 +55,6 @@ typedef gboolean         (* GtkStyleParseFunc)             (GtkCssParser
                                                             GValue                 *value);
 typedef void             (* GtkStylePrintFunc)             (const GValue           *value,
                                                             GString                *string);
-typedef void             (* GtkStylePrintFunc)             (const GValue           *value,
-                                                            GString                *string);
 typedef void             (* GtkStyleComputeFunc)           (GValue                 *computed,
                                                             GtkStyleContext        *context,
                                                             const GValue           *specified);